Skip to main content

DescribeSuspEventDetail

Description

call the DescribeSuspEventDetail interface to query the details of a single exception event. Alarm events are divided into two dimensions: alarm and exception. An alarm event contains multiple exception events.

Request Method

POST

Request Path

/apsara/route/Sas/DescribeSuspEventDetail

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
SourceIpBODYstringNo1.2.3.4access the IP address of the source.
regionIdBODYstringYesNo sample value for this parameter.region id
LangBODYstringNozhthe language type of the request and receive message. Valid values include: zh: Chinese en: English
FromBODYstringYessasThe source of abnormal event data is fixed as sas.
versionBODYstringNo2016-01-01version of api
SuspiciousEventIdBODYintegerNo1unique identification ID for recording abnormal events. description to query the information of a single abnormal event, you need to provide a unique identification ID that records the abnormal event, which can be obtained by the DescribeSuspEvents interface.

Return data

NameTypeSample valueDescription
EventDescstringthis file is most likely planted after hackers successfully invaded the website. it is recommended that you confirm the legality of the file and processexception event description.
RequestIdstring1request ID of the result.
EventTypeDescstringwebsite backdoor-found backdoor (Webshell) filedescription of exception event types.
EventStatusstring1abnormal event status. Valid values include: 1:PENDING (to be processed) 2:IGNORE (ignored) 4:HANDLED (confirmed) 8:FAULT (marked false positive) 16:DEALING (in process) 32:DONE (processed) 64:EXPIRE (expired)
EventNamestringWEBSHELLthe name of the exception event.
SaleVersionstring1product sales version supported by abnormal event detection. Valid values include: 0: basic version 1: enterprise version
IntranetIpstring1.2.3.1the private IP of the associated instance.
DataSourcestringaegis_suspicious_***the data source of the exception event.
Namestringupdate timethe title of the copy.
InstanceNamestringca_cpm_test1the name of the associated instance.
OperateMsgstringsuccessremarks on abnormal event operations.
CanBeDealOnLinebooleantruewhether online handling of exception events is supported. Valid values include: true: supports online processing false: online processing is not supported
Typestringhtmlthe way the copy is displayed. Valid values include: text: text method html: the way of rich text
Uuidstringbffb12c3-590a-4db2-b538-***the unique identifier of the associated instance.
DetailsarrayNo sample value for this parameter.details of abnormal events.
InternetIpstring1.2.3.5the public network IP of the associated instance.
Valuestring2018-12-12 12:00:00the content of the copy.
Levelstringseriousthe risk level of abnormal events. Valid values include: serious: emergency suspicious: Suspicious mind: reminder
Idinteger1991unique identification ID for recording abnormal events.
InfoTypestringdownload_urlthe type of icon displayed.
LastTimestring2018-10-30 11:43:46the latest occurrence time of the abnormal event.
SasIdstring1sdeswdd****cloud security center product ID.

Example

Successful Response example

{
"EventDesc":"this file is most likely planted after hackers successfully invaded the website. it is recommended that you confirm the legality of the file and process",
"RequestId":"1",
"EventTypeDesc":"website backdoor-found backdoor (Webshell) file",
"EventStatus":"1",
"EventName":"WEBSHELL",
"SaleVersion":"1",
"IntranetIp":"1.2.3.1",
"DataSource":"aegis_suspicious_***",
"Name":"update time",
"InstanceName":"ca_cpm_test1",
"OperateMsg":"success",
"CanBeDealOnLine":"true",
"Type":"html",
"Uuid":"bffb12c3-590a-4db2-b538-***",
"Details":"",
"InternetIp":"1.2.3.5",
"Value":"2018-12-12 12:00:00",
"Level":"serious",
"Id":"1991",
"InfoType":"download_url",
"LastTime":"2018-10-30 11:43:46",
"SasId":"1sdeswdd****"
}

Failed Response example

{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}

}